Add code to load and save tiff files
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Sep 2021 16:47:14 +0000 (12:47 -0400)
committerBenjamin Otte <otte@redhat.com>
Thu, 16 Sep 2021 22:25:22 +0000 (00:25 +0200)
commita03594df52534399988e7a9af4d77bd5065538e1
treea8e51f2decedc771465bcc20f98018f180de24f4
parentd7c8f927331b5d74949bcdf1fe3970a77277c4a2
Add code to load and save tiff files

Add support for the tiff format, which is flexible
enough to handle all our memory texture formats
without loss.

As a consequence, we are now linking against libtiff.
gdk/loaders/gdktiff.c [new file with mode: 0644]
gdk/loaders/gdktiffprivate.h [new file with mode: 0644]
gdk/meson.build
meson.build
subprojects/libtiff.wrap [new file with mode: 0644]